Home
last modified time | relevance | path

Searched hist:"9 b46333406b9cb3397ab538485a4d57c316af0ff" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dvmalloc.cdiff 9b46333406b9cb3397ab538485a4d57c316af0ff Tue Oct 28 09:22:34 CET 2008 Jeremy Fitzhardinge <jeremy@goop.org> vmap: cope with vm_unmap_aliases before vmalloc_init()

Xen can end up calling vm_unmap_aliases() before vmalloc_init() has
been called. In this case its safe to make it a simple no-op.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Linux Memory Management List <linux-mm@kvack.org>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Ingo Molnar <mingo@elte.hu>